home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2000 January / VPR0001A.ISO / DRIVER / DCS / W857NT4 / w857 drivers for nt4.0 ver 1.3.exe / nv3_disp.INF < prev    next >
Windows Setup INFormation  |  1999-02-18  |  3KB  |  131 lines

  1. ;
  2. ; NV Display INF file
  3. ;
  4.  
  5. [Version]
  6. Signature="$Windows NT$"
  7. Provider=%NVidia%
  8. Class=Display
  9.  
  10. ;
  11. ; Dest directories are \windows\system32 and \windows\system32\drivers
  12. ;
  13.  
  14. [DestinationDirs]
  15. DefaultDestDir       = 11
  16. nv3.Miniport      = 12
  17. nv.Display       = 11
  18. nv.rm            = 12
  19. nv.oldrm         = 12
  20.  
  21. ;
  22. ; The Manufacturer section lists all of the manufacturers that we will
  23. ; display in the Dialog box. DEVICE sections are specified.
  24. ;
  25.  
  26. [Manufacturer]
  27. %NVidia%      = NVidia.Mfg
  28.  
  29. ;
  30. ; Device section. Each section here corresponds with an entry listed in the
  31. ; [Manufacturer] section, above. The models will be displayed in the order
  32. ; that they appear in the INF file. This section identifies
  33. ; the corresponding INSTALL sections.
  34. ;
  35.  
  36.  
  37. [NVidia.Mfg]
  38. %NVidia.Nv3% = nv3, PCI\VEN_12D2&DEV_0018
  39. %NVidia.Nv3T% = nv3, PCI\VEN_12D2&DEV_0019
  40.  
  41. ;---------------------------------------------------------------------
  42. ; NV Driver INSTALL Section. This INSTALL section specifies
  43. ; what files are to to be copied (File List sections)
  44. ;---------------------------------------------------------------------
  45.  
  46. [nv3]
  47. CopyFiles=nv3.Miniport, nv.Display, nv3.icd
  48. DelFiles=nv.oldrm
  49.  
  50. ;
  51. ; NV Driver INSTALL Section. This INSTALL section specifies
  52. ; what registry fields are to be modified (ADD Registry section)
  53. ;
  54.  
  55. [nv3.SoftwareSettings]
  56. AddReg = nv_SoftwareDeviceSettings
  57. AddReg = nv3_icdSoftwareSettings
  58.  
  59. ;
  60. ; NV Service Installation
  61. ;
  62.  
  63. [nv3.Services]
  64. AddService = nv3, 0x00000002, nv3_Generic_Service_Inst, nv3_EventLog_Inst
  65. DelService=nvarch
  66. DelService=nvgfx
  67.  
  68. [nv3_EventLog_Inst]
  69. AddReg = nv3_EventLog_AddReg
  70.  
  71. [nv3_EventLog_AddReg]
  72. HKR,,EventMessageFile,0x00020000,"%SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\drivers\nv3_mini.sys"
  73. HKR,,TypesSupported,0x00010001,7
  74.  
  75. [nv3_Generic_Service_Inst]
  76. ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
  77. StartType      = 1                  ; SERVICE_SYSTEM_START
  78. ErrorControl   = 0                  ; SERVICE_ERROR_IGNORE
  79. LoadOrderGroup = Video
  80. ServiceBinary  = %12%\nv3_mini.sys
  81.  
  82. ;
  83. ; File List sections for NV.Display and NV.Miniport
  84. ;
  85.  
  86. [nv.Display]
  87. nv3_disp.dll
  88.  
  89. [nv3.Miniport]
  90. nv3_mini.sys
  91.  
  92. [nv.oldrm]
  93. nvarch.sys,0x00000001
  94. nvgfx.sys,0x00000001
  95.  
  96. [nv3.icd]
  97. nv3oglnt.dll
  98.  
  99. ;
  100. ; NVidia Add registry section
  101. ;
  102.  
  103. [nv_SoftwareDeviceSettings]
  104. HKR,, InstalledDisplayDrivers,     %REG_MULTI_SZ%, nv3_disp
  105. HKR,, VgaCompatible,               %REG_DWORD%,    0
  106.  
  107. [nv3_icdSoftwareSettings]
  108. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\OpenGLDrivers",RIVA128, %REG_SZ%, nv3oglnt
  109.  
  110. [Strings]
  111. ;
  112. ; Non-Localizable Strings
  113. ;
  114.  
  115. REG_SZ         = 0x00000000
  116. REG_MULTI_SZ   = 0x00010000
  117. REG_EXPAND_SZ  = 0x00020000
  118. REG_BINARY     = 0x00000001
  119. REG_DWORD      = 0x00010001
  120. serviceroot    = System\CurrentControlSet\Services
  121.  
  122. ;
  123. ; Localizable Strings
  124. ;
  125.  
  126. NVidia       = "NVidia"
  127. NVidia.Nv3 = "NVidia Riva 128"
  128. NVidia.Nv3T = "NVidia Riva 128ZX"
  129. DiskId="NVidia NT Driver Library installation disk"
  130. drvlib="NVidia NT Driver Library"
  131.